docs: Match the argument name with its declaration
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 11 Feb 2020 17:25:44 +0000 (17:25 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 13 Feb 2020 14:53:25 +0000 (14:53 +0000)
gtk/gtkcalendar.c

index b9d089190abe3ee6d66408eee1c34e0564d49d41..6a6754864856d0c5dcd24dc015b87f49249c4c22 100644 (file)
@@ -1548,7 +1548,7 @@ gtk_calendar_new (void)
 
 /**
  * gtk_calendar_select_day:
- * @calendar: a #GtkCalendar.
+ * @self: a #GtkCalendar.
  * @date: (transfer none): a #GDateTime representing the day to select
  *
  * Will switch to @date's year and month and select its day.
@@ -1787,7 +1787,7 @@ gtk_calendar_unmark_day (GtkCalendar *calendar,
 
 /**
  * gtk_calendar_get_date:
- * @calendar: a #GtkCalendar
+ * @self: a #GtkCalendar
  *
  * Returns: (transfer full): A #GDateTime representing the shown
  *   year, month and the selected day, in the local time zone.